FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package kbv.ita.vos#2.1.0 (47 ms)

Package kbv.ita.vos
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=kbv.ita.vos@2.1.0&canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_VoS_User
Url https://fhir.kbv.de/StructureDefinition/KBV_PR_VoS_User
Version 2.1.0
Status active
Date 2023-02-01
Name KBV_PR_VoS_User
Title KBV_PR_VoS_User
Experimental False
Description Die anwendende Person eines Systems. Diese wird durch eine ID identifiziert und kann einen Namen haben.
Type Practitioner
Kind resource

Resources that use this resource

StructureDefinition
https://fhir.kbv.de/StructureDefinition/KBV_PR_VoS_Composition KBV_PR_VoS_Composition

Resources that this resource uses

StructureDefinition
http://fhir.de/StructureDefinition/humanname-de-basis HumanName, deutsches Basisprofil


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "KBV-PR-VoS-User",
  "url" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_VoS_User",
  "version" : "2.1.0",
  "name" : "KBV_PR_VoS_User",
  "title" : "KBV_PR_VoS_User",
  "status" : "active",
  "date" : "2023-02-01",
  "publisher" : "Kassenärztliche Bundesvereinigung",
  "description" : "Die anwendende Person eines Systems. Diese wird durch eine ID identifiziert und kann einen Namen haben.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "servd",
      "uri" : "http://www.omg.org/spec/ServD/1.0/",
      "name" : "ServD"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Practitioner",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Practitioner",
        "path" : "Practitioner",
        "short" : "Anwender",
        "definition" : "Diese Ressource beschreibt eine Person in der Betriebstaette, welche das System nutzt. Dies kann sowohl eine behandelnde als auch eine mitarbeitende Person (z.B. MFA) sein."
      },
      {
        "id" : "Practitioner.id",
        "path" : "Practitioner.id",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Practitioner.meta",
        "path" : "Practitioner.meta",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Practitioner.meta.source",
        "path" : "Practitioner.meta.source",
        "max" : "0"
      },
      {
        "id" : "Practitioner.meta.profile",
        "path" : "Practitioner.meta.profile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_VoS_User|2.1.0",
        "mustSupport" : true
      },
      {
        "id" : "Practitioner.meta.security",
        "path" : "Practitioner.meta.security",
        "max" : "0"
      },
      {
        "id" : "Practitioner.meta.tag",
        "path" : "Practitioner.meta.tag",
        "max" : "0"
      },
      {
        "id" : "Practitioner.implicitRules",
        "path" : "Practitioner.implicitRules",
        "max" : "0"
      },
      {
        "id" : "Practitioner.language",
        "path" : "Practitioner.language",
        "max" : "0"
      },
      {
        "id" : "Practitioner.contained",
        "path" : "Practitioner.contained",
        "max" : "0"
      },
      {
        "id" : "Practitioner.identifier",
        "path" : "Practitioner.identifier",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Practitioner.identifier.use",
        "path" : "Practitioner.identifier.use",
        "max" : "0"
      },
      {
        "id" : "Practitioner.identifier.type",
        "path" : "Practitioner.identifier.type",
        "max" : "0"
      },
      {
        "id" : "Practitioner.identifier.value",
        "path" : "Practitioner.identifier.value",
        "short" : "BenutzerID",
        "definition" : "ID der anwendenden Person im entsprechenden System",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Practitioner.identifier.period",
        "path" : "Practitioner.identifier.period",
        "max" : "0"
      },
      {
        "id" : "Practitioner.identifier.assigner",
        "path" : "Practitioner.identifier.assigner",
        "max" : "0"
      },
      {
        "id" : "Practitioner.active",
        "path" : "Practitioner.active",
        "max" : "0"
      },
      {
        "id" : "Practitioner.name",
        "path" : "Practitioner.name",
        "short" : "Anwendername",
        "definition" : "Name der anwendenden Person im entsprechenden System",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "HumanName",
            "profile" : [
              "http://fhir.de/StructureDefinition/humanname-de-basis"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Practitioner.name.text",
        "path" : "Practitioner.name.text",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Practitioner.telecom",
        "path" : "Practitioner.telecom",
        "max" : "0"
      },
      {
        "id" : "Practitioner.address",
        "path" : "Practitioner.address",
        "max" : "0"
      },
      {
        "id" : "Practitioner.gender",
        "path" : "Practitioner.gender",
        "max" : "0"
      },
      {
        "id" : "Practitioner.birthDate",
        "path" : "Practitioner.birthDate",
        "max" : "0"
      },
      {
        "id" : "Practitioner.photo",
        "path" : "Practitioner.photo",
        "max" : "0"
      },
      {
        "id" : "Practitioner.qualification",
        "path" : "Practitioner.qualification",
        "max" : "0"
      },
      {
        "id" : "Practitioner.communication",
        "path" : "Practitioner.communication",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.